/**
 * Default stylesheets for www.premiumpack.eu
 * @author Christoph Lukas Lindtner
 */

/* -- Style declarations ---------------------------------------------------------------------------------- */

html, body {
	font-family: NaomiSans, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #434343;	
}

ul, p, h1, h2, h3, h4, h5, h6 {
	margin: 0 0 10px 0;
	padding: 0;
	font-weight: normal;
}

h1, h2, h3, h4, h5, h6 {
	color: #568dc3;
	font-weight: normal;
	cursor: default;
	margin-bottom: 16px;
}

h1 {
	font-size: 24px;
	margin-bottom: 20px;
}
	
h2 {
	color: #888888;
	font-size: 20px;
	margin-bottom: 10px;
	padding-top: 10px;
}
	
h3 {
	color: #000000;
	font-size: 15px;
	margin-bottom: 10px;
	padding-top: 10px;
}
	
h4, h5, h6 {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 8px;
}

blockquote {
	margin: 20px;
}

a {
	color: #568dc3;
	text-decoration: none;
} 

a:hover {
	text-decoration: underline;
}

small {
	font-size: 11px;
	font-weight: normal;
}

/*
 * Default list style
 */
ul {
	list-style-position: outside;
	margin-left: 14px;
}

ul li:not(:last-child) {
	margin-bottom: 10px;
}

/*
 * Block style formats
 */

div.overview-block > div:nth-child(odd) {
	margin-right: 25px;
}

div.overview-block > div {
	margin-bottom: 20px;
	vertical-align: top;
	width: 400px;
}

div.overview-block > div h2 {
	border-bottom: 1px solid #dfdfdf;
	padding-bottom: 4px;
}

div.overview-block > div:hover h2 {
	color: #568dc3;
}

div.overview-block > div img {
	box-shadow: 2.5px 2.5px 3px -2.5px #434343;
	height: 200px;
	width: 400px;
}

div.data-block {
	box-sizing: border-box;
	width: 820px;
}

div.data-block > div {
	box-sizing: border-box;
	margin-bottom: 20px;
}

/*
 * 2 column layout
 */
div.data-block.two-columns > div {
	width: 49%;
}

div.data-block.two-columns > div:not(:nth-child(2n)) {
	padding-right: 30px;
}

/*
 * 3 column layout
 */
div.data-block.three-columns > div {
	width: 30%;
}

div.data-block.three-columns > div:not(:nth-child(3n)) {
	padding-right: 30px;
}

/*
 * Table styles
 */
table {
	border-collapse: collapse;
	margin-bottom: 10px;
	margin-top: 20px;
	width: 100%;
}

table thead {
	border-bottom: 1px solid #dfdfdf;
}

table thead th {
	padding: 12px 0;
	text-align: left;
}

table tbody td {
	padding: 8px 0;
	vertical-align: top;
}

table tbody td:first-child {
	min-width: 200px;
}

table tbody tr:first-child td {
  padding-top: 16px;
}	

/* 
 * Common styles
 */
.bold {
	font-family: NaomiSansBold, Arial, Helvetica, sans-serif;
	font-weight: bold;
}            

.blue {
	color: #568dc3;
}

.grey {
	color: #888888;
}                                                                                                                                                                                                                                                                                                              